home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 February / Chip_2004-02_cd1.bin / software / grab / grab.exe / {app} / WinGrab.exe / 0 / RCDATA / TSAVECAPTUREDIALOG / TSAVECAPTUREDIALOG.txt < prev   
Text File  |  2001-10-17  |  1KB  |  46 lines

  1. object SaveCaptureDialog: TSaveCaptureDialog
  2.   Left = 474
  3.   Top = 158
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   Caption = 'Saving capture as JPG'
  7.   ClientHeight = 57
  8.   ClientWidth = 472
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   PixelsPerInch = 96
  19.   TextHeight = 13
  20.   object Image1: TImage
  21.     Left = 12
  22.     Top = 12
  23.     Width = 32
  24.     Height = 32
  25.     Picture.Data = {<image001.ico>}
  26.     Stretch = True
  27.   end
  28.   object Label1: TLabel
  29.     Left = 56
  30.     Top = 16
  31.     Width = 400
  32.     Height = 28
  33.     AutoSize = False
  34.     Caption = 
  35.       'D:\Dokuments and settings\administrator\my pictures\My dokuments' +
  36.       '\Capture-07-06-00001.png'
  37.     Font.Charset = ANSI_CHARSET
  38.     Font.Color = clBlack
  39.     Font.Height = -11
  40.     Font.Name = 'MS Sans Serif'
  41.     Font.Style = [fsBold]
  42.     ParentFont = False
  43.     WordWrap = True
  44.   end
  45. end
  46.